home *** CD-ROM | disk | FTP | other *** search
- Path: news1.erols.com!newsmaster@erols.com
- From: winstanl@clark.net (Roger Winstanley)
- Newsgroups: comp.lang.c
- Subject: HELP! How can I create a file system in ram?
- Date: 16 Mar 1996 12:56:48 GMT
- Organization: Home
- Message-ID: <4iedqg$qdn@news5.erols.com>
- NNTP-Posting-Host: as4s58.erols.com
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=ISO-8859-1
- X-Newsreader: WinVN 0.99.5
-
- Is there a way in C to create a file system in ram. I have a task
- that needs to load an image many times to multiple processors. I would
- like to load the image from disk to the memory of one processor and then
- have that processor load the rest of the processor's from it's local
- memory. The problem is that the image loader needs to be passed a path
- name to a file. Can I create a file system in ram that would look like
- a disk access?
-
- Thanks,
-
- Roger Winstanley
-
-